home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000163_news@newsmaster….columbia.edu _Thu Aug 14 22:13:34 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA19646
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 14 Aug 1997 22:13:33 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA07426
  7.     for kermit.misc@watsun; Thu, 14 Aug 1997 22:13:32 -0400 (EDT)
  8. Message-ID: <33F3BBFB.6A73@McLeodUSA.com>
  9. Date: Thu, 14 Aug 1997 21:16:30 -0500
  10. From: Michael Roeder <mroeder@McLeodUSA.com>
  11. Reply-To: mroeder@McLeodUSA.com
  12. Organization: McLeodUSA
  13. X-Mailer: Mozilla 3.01 (Macintosh; I; PPC)
  14. MIME-Version: 1.0
  15. Newsgroups: comp.protocols.kermit.misc
  16. Subject: Re: Kermit Server
  17. References: <01bca83b$089a5480$d34e66cf@wan>
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. NNTP-Posting-Host: 129.37.188.242
  21. Lines: 30
  22. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!howland.erols.net!news-peer.gsl.net!news.gsl.net!newsm2.ibm.net!ibm.net!news1.ibm.net!129.37.188.242
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:7467
  24.  
  25. Mark Wan wrote:
  26. > Hi:
  27. > I am writing an app to download a file from a host.  The app on the host
  28. > side creates a data file, gives me the file name and changes in Kermit
  29. > server mode.  The tools I am using does not support native Kermit server
  30. > commands.  I tried to emulate the "get filename" using escape sequences
  31. > Esc-c without success.
  32.  
  33. > Thanks
  34. > Mark Wan
  35.  
  36. Hi,
  37.  
  38. I am trying to do the same thing with a project I am working on. The
  39. "client" side is already developed and I am not in a position to
  40. re-engineer it. My goal is to find a way to just monitor a serial port
  41. an capture the incoming data. I have the C-Kermit book, but not here
  42. with me. I think that I should be able to use Kermit in some fashion to
  43. capture incoming data. Any suggestions? I think that Server Mode would
  44. work the best since it is able to monitor.
  45.  
  46. My other option appears to be either mgetty on the UNIX port or possible
  47. reverse telnet. But, I would rather implement Kermit.
  48.  
  49.  
  50. Thanks,
  51.  
  52. Mike Roeder